home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_SP / SP_002 / PORTFOLI / GAMES / PCHESS.TXT < prev    next >
Text File  |  1998-03-14  |  1KB  |  32 lines

  1. PORT2WP        Version 1.0    May 22, 1990
  2.  
  3.     The Portfoilo is a wonderful machine.  I have used it
  4. constantly in my travels.  The editor is easy to use and has
  5. word wrap.  When I went to use the files on my desktop machine,
  6. I had problems with the word wrap.  The Portfoilo ends a word
  7. wrapped line with a <SPACE> followed by a <CR>.  Not all
  8. wordprocessors can search for the <SPACE><CR> pair.
  9.  
  10.     I wrote a little program in Turbo Pascal that will
  11. replace <SPACE><CR> with <SPACE>.   The result of this it that
  12.                          +---+---+---+
  13.  
  14. Pressing a corner key (1,3,7,9) will toggle 4 squares in that corner:
  15.  
  16.                          +---+---+---+
  17.                          | X | X |   |
  18.                          +---+---+---+
  19.                          | X | X |   |
  20.                          +---+---+---+
  21.                          |   |   |   |
  22.                          +---+---+---+
  23.  
  24. Pressing the side keys (2,4,6,8) will flip the entire side:
  25.  
  26.                          +---+---+---+
  27.                          | X |   |   |
  28.                          +---+---+---+
  29.                          | X |   |   |
  30.                          +---+---+---+
  31.                          | X |   |   |
  32.